{ "version": 4, "terraform_version": "1.7.2", "serial": 205, "lineage": "1e42b4c5-aac3-1f08-dede-f2e9df42bc23", "outputs": { "db_endpoint": { "value": "db-2.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-3790a67283560ecd0", "ami": "ami-7b3ca99e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-8efdfe81"], "subnet_id": "subnet-ab2c4309", "key_name": "prod-deploy-key" } } ] } ] }