{ "version": 4, "terraform_version": "1.7.9", "serial": 205, "lineage": "63bc8a56-9354-d1b1-05d7-4e697007ecb7", "outputs": { "db_endpoint": { "value": "db-4.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-882c16244e908174f", "ami": "ami-f4add7c5", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d8b84b8d"], "subnet_id": "subnet-55e8b2cd", "key_name": "prod-deploy-key" } } ] } ] }