{ "version": 4, "terraform_version": "1.5.6", "serial": 347, "lineage": "cab59e15-c3e3-ff33-3d3c-d0bba394582c", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-bfe42a845565923d5", "ami": "ami-698fae4b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c1deffbc"], "subnet_id": "subnet-9506510b", "key_name": "prod-deploy-key" } } ] } ] }