{ "version": 4, "terraform_version": "1.7.4", "serial": 307, "lineage": "8fcf868c-6373-36b9-1805-0b351bca5704", "outputs": { "db_endpoint": { "value": "db-0.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-cc1408458c2c7abc4", "ami": "ami-962fbb92", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-189c28a7"], "subnet_id": "subnet-8560d3d6", "key_name": "prod-deploy-key" } } ] } ] }