{ "version": 4, "terraform_version": "1.6.9", "serial": 557, "lineage": "a0d652cb-a950-a365-f5b9-283353edd707", "outputs": { "db_endpoint": { "value": "db-2.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-0a62fde603f93a80b", "ami": "ami-7b93de33", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-012f66b7"], "subnet_id": "subnet-0861a856", "key_name": "prod-deploy-key" } } ] } ] }