{ "version": 4, "terraform_version": "1.7.4", "serial": 538, "lineage": "58aa3378-7527-ef3e-1497-01e3534c5e72", "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-2d887a98bba6f36d7", "ami": "ami-30cfb369", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4e617ded"], "subnet_id": "subnet-0684acd5", "key_name": "prod-deploy-key" } } ] } ] }