{ "version": 4, "terraform_version": "1.8.5", "serial": 287, "lineage": "e84a6d86-b7ee-cdb7-4036-d34188834c93", "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-26471acc8ba62133f", "ami": "ami-fac5ef0e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-fe403708"], "subnet_id": "subnet-14ab05fe", "key_name": "prod-deploy-key" } } ] } ] }