{ "version": 4, "terraform_version": "1.6.8", "serial": 267, "lineage": "6d29689f-88d3-fa14-4c07-7f5962ed81b6", "outputs": { "db_endpoint": { "value": "db-0.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-efbd61db19b721d59", "ami": "ami-6db431fa", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8473af20"], "subnet_id": "subnet-89efcf79", "key_name": "prod-deploy-key" } } ] } ] }