{ "version": 4, "terraform_version": "1.8.4", "serial": 538, "lineage": "f45dd65f-2f65-f2e0-3988-3dacee61f239", "outputs": { "db_endpoint": { "value": "db-3.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-0a0692a608eb54923", "ami": "ami-49a27a6e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d382f853"], "subnet_id": "subnet-21dd7e8c", "key_name": "prod-deploy-key" } } ] } ] }