{ "version": 4, "terraform_version": "1.6.9", "serial": 537, "lineage": "e36d6959-4d29-9e4c-b4f1-dba7f434040c", "outputs": { "db_endpoint": { "value": "db-2.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-9971f4f83f5fec89e", "ami": "ami-1638058d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-bed7538e"], "subnet_id": "subnet-c4bf3a0b", "key_name": "prod-deploy-key" } } ] } ] }