{ "version": 4, "terraform_version": "1.8.0", "serial": 371, "lineage": "1e30cfa3-6e31-2704-4469-da2f7c9670b9", "outputs": { "db_endpoint": { "value": "db-2.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-7742ef3bd3edbdb6b", "ami": "ami-9118ed5a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-34b9a400"], "subnet_id": "subnet-a8462af2", "key_name": "prod-deploy-key" } } ] } ] }