{ "version": 4, "terraform_version": "1.6.6", "serial": 178, "lineage": "22e1e370-6e85-da45-94cc-a0c7b4694a95", "outputs": { "db_endpoint": { "value": "db-4.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-14766c4b30b27ef9e", "ami": "ami-f463d2f5", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-57e6a5af"], "subnet_id": "subnet-793803a9", "key_name": "prod-deploy-key" } } ] } ] }