{ "version": 4, "terraform_version": "1.5.2", "serial": 515, "lineage": "60209ed4-641c-7a13-99d6-f7b3f23eb043", "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-520ed00c576fcf554", "ami": "ami-a1b57d68", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-209f0cb6"], "subnet_id": "subnet-04fa429b", "key_name": "prod-deploy-key" } } ] } ] }