{ "version": 4, "terraform_version": "1.5.9", "serial": 147, "lineage": "930ba743-0bdb-26d0-b06c-68b870c1562d", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-db9cf7cfd0e9712ea", "ami": "ami-1ccf7483", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1e152a97"], "subnet_id": "subnet-636c18cf", "key_name": "prod-deploy-key" } } ] } ] }