{ "version": 4, "terraform_version": "1.5.8", "serial": 557, "lineage": "9f5aa96f-953c-e8c6-7b68-c4c5ae33228e", "outputs": { "db_endpoint": { "value": "db-3.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-3985f56af864ca972", "ami": "ami-87b5b70d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2cd3ce04"], "subnet_id": "subnet-0f176063", "key_name": "prod-deploy-key" } } ] } ] }