{ "version": 4, "terraform_version": "1.5.4", "serial": 156, "lineage": "8ed7b53d-5c48-44a2-6ca6-0ed488402ac7", "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-b17f3adb11d31d459", "ami": "ami-f1b47236", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-cffe3b5f"], "subnet_id": "subnet-3bb068a6", "key_name": "prod-deploy-key" } } ] } ] }