{ "version": 4, "terraform_version": "1.8.8", "serial": 239, "lineage": "69df98a7-ca13-6ee6-aea0-ef48844181a1", "outputs": { "db_endpoint": { "value": "db-4.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-07595677c7e2a9979", "ami": "ami-67cdf262", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2daa9df0"], "subnet_id": "subnet-ca991673", "key_name": "prod-deploy-key" } } ] } ] }