{ "version": 4, "terraform_version": "1.5.6", "serial": 214, "lineage": "7fca93aa-7b55-3491-1f73-8b12d7e74dde", "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-61d8863e9e8eee88e", "ami": "ami-d47f9e84", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d4ccacf5"], "subnet_id": "subnet-9d6cc065", "key_name": "prod-deploy-key" } } ] } ] }