{ "version": 4, "terraform_version": "1.5.2", "serial": 354, "lineage": "b765e127-fc6a-bc39-9cb2-995463ba83a0", "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-c68ac15b31474e0cf", "ami": "ami-638dad15", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-83ea3cd6"], "subnet_id": "subnet-5669fe2e", "key_name": "prod-deploy-key" } } ] } ] }