{ "version": 4, "terraform_version": "1.8.1", "serial": 596, "lineage": "3e9bfc36-cbb2-5a80-45da-e770589ebb1c", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-d6e58464a02c22015", "ami": "ami-564e3305", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-7fc05406"], "subnet_id": "subnet-6bcbdd26", "key_name": "prod-deploy-key" } } ] } ] }