{ "version": 4, "terraform_version": "1.5.8", "serial": 447, "lineage": "dbe87b72-f403-6951-504f-64fe4bc9e494", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-5c8479353c5fdaa6a", "ami": "ami-ad1d8915", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-dad4de73"], "subnet_id": "subnet-533ecb2d", "key_name": "prod-deploy-key" } } ] } ] }