{ "version": 4, "terraform_version": "1.7.8", "serial": 572, "lineage": "c013746a-2b9b-ead4-fc35-1800605c190d", "outputs": { "db_endpoint": { "value": "db-2.eu-west-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-efe3599b2fcbbc2a3", "ami": "ami-d4430ac4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-bc6c7d93"], "subnet_id": "subnet-2ee7ef4d", "key_name": "prod-deploy-key" } } ] } ] }