{ "version": 4, "terraform_version": "1.8.1", "serial": 271, "lineage": "30f742d3-803d-4870-623c-16710e276495", "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-cdffef5ae4e2e39a9", "ami": "ami-df2472a0", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a0d1c4a8"], "subnet_id": "subnet-eaa34763", "key_name": "prod-deploy-key" } } ] } ] }