{ "version": 4, "terraform_version": "1.5.6", "serial": 152, "lineage": "6e47cdf2-2d42-6113-37db-36caac478508", "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-2fcf9ccbe47550a08", "ami": "ami-915d0954", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ea593849"], "subnet_id": "subnet-eb633950", "key_name": "prod-deploy-key" } } ] } ] }