{ "version": 4, "terraform_version": "1.7.5", "serial": 207, "lineage": "ad720da2-7901-d06f-2a8f-31e4852d6356", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-7bd245f8c2f8e5d82", "ami": "ami-6f641101", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-baa1f9ec"], "subnet_id": "subnet-102a603a", "key_name": "prod-deploy-key" } } ] } ] }