{ "version": 4, "terraform_version": "1.7.2", "serial": 574, "lineage": "ad9c4ea1-9d76-26a7-1dc3-45660874f704", "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-37cc56b6d5a1004ac", "ami": "ami-443e9f9b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c765b0e6"], "subnet_id": "subnet-ef1515b6", "key_name": "prod-deploy-key" } } ] } ] }