{ "version": 4, "terraform_version": "1.7.9", "serial": 126, "lineage": "dfcce87c-7982-50ca-3ed0-11d3aacaed64", "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-0bec65a048203b144", "ami": "ami-f81e4411", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d7e15fca"], "subnet_id": "subnet-134c6982", "key_name": "prod-deploy-key" } } ] } ] }