{ "version": 4, "terraform_version": "1.5.3", "serial": 525, "lineage": "2d5efa35-fb16-f3da-36c6-d7c6dcea664e", "outputs": { "db_endpoint": { "value": "db-1.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-d1f95e30a33f59f82", "ami": "ami-e83ef3a1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e70da78a"], "subnet_id": "subnet-7e1c3f32", "key_name": "prod-deploy-key" } } ] } ] }