{ "version": 4, "terraform_version": "1.8.6", "serial": 484, "lineage": "fbf5280b-88dc-1863-83b5-a634e452d7a0", "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-485681869cc334b9c", "ami": "ami-a5276f6c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-cf056f79"], "subnet_id": "subnet-51ece1cf", "key_name": "prod-deploy-key" } } ] } ] }