{ "version": 4, "terraform_version": "1.6.5", "serial": 554, "lineage": "1eaf8292-e5a0-2038-427e-905562d386d8", "outputs": { "db_endpoint": { "value": "db-0.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-8f602d35fa85bd27a", "ami": "ami-4ec6134c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e4db4cc9"], "subnet_id": "subnet-dd390ec1", "key_name": "prod-deploy-key" } } ] } ] }