{ "version": 4, "terraform_version": "1.5.8", "serial": 536, "lineage": "1ff5be38-bb41-227c-95f9-ca8c7180c6ce", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-955db691a45215a70", "ami": "ami-6bb6db96", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b1c77aac"], "subnet_id": "subnet-bb582744", "key_name": "prod-deploy-key" } } ] } ] }