{ "version": 4, "terraform_version": "1.7.6", "serial": 240, "lineage": "97e2150d-87ff-940f-66ba-d22f7a2f303b", "outputs": { "db_endpoint": { "value": "db-3.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-cd2cdcf5116d52fdd", "ami": "ami-a9b259bf", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-19ef9eae"], "subnet_id": "subnet-a64c632e", "key_name": "prod-deploy-key" } } ] } ] }