{ "version": 4, "terraform_version": "1.8.8", "serial": 244, "lineage": "444f519b-a31b-2923-b417-93070bde28c4", "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-26b1395f98e637bdf", "ami": "ami-5085959d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-053aaaef"], "subnet_id": "subnet-e40e20de", "key_name": "prod-deploy-key" } } ] } ] }