{ "version": 4, "terraform_version": "1.6.1", "serial": 585, "lineage": "e357fedc-d16f-5071-1dc6-a2a9f4bc18bb", "outputs": { "db_endpoint": { "value": "db-4.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-97bee188b25c88220", "ami": "ami-fbc04cfe", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-59d653fc"], "subnet_id": "subnet-84dcb585", "key_name": "prod-deploy-key" } } ] } ] }