{ "version": 4, "terraform_version": "1.7.0", "serial": 303, "lineage": "75ecb187-e7c3-37f3-31c6-6b351e8bc021", "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-2f1b01b088f747222", "ami": "ami-41f3f7f6", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-840c9c9b"], "subnet_id": "subnet-e00e35c6", "key_name": "prod-deploy-key" } } ] } ] }