{ "version": 4, "terraform_version": "1.5.8", "serial": 531, "lineage": "fccd6ec5-d032-2d86-ef48-3daf57c1ec57", "outputs": { "db_endpoint": { "value": "db-1.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-fa166a72e29f9fd2d", "ami": "ami-5765aabe", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-4bbadc0e"], "subnet_id": "subnet-15fd472c", "key_name": "prod-deploy-key" } } ] } ] }