{ "version": 4, "terraform_version": "1.7.5", "serial": 560, "lineage": "2f14ab13-8c86-30b8-fcc3-b72ecf4a59f5", "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-83011bed9df3d4276", "ami": "ami-7b8f0348", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9cd8ad04"], "subnet_id": "subnet-6ad784a7", "key_name": "prod-deploy-key" } } ] } ] }