{ "version": 4, "terraform_version": "1.6.7", "serial": 299, "lineage": "31407e71-7e79-9bca-a2e2-de72e5f9c2f1", "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-34dd25f03f9d3cc3e", "ami": "ami-242f62e6", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f76f50f7"], "subnet_id": "subnet-ab86f56c", "key_name": "prod-deploy-key" } } ] } ] }