{ "version": 4, "terraform_version": "1.7.8", "serial": 427, "lineage": "00beb420-f04b-d0f4-35fe-631575cd2c3e", "outputs": { "db_endpoint": { "value": "db-3.us-east-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-e20b88ab4fed86426", "ami": "ami-52c509dc", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9776b1f9"], "subnet_id": "subnet-180b1e0c", "key_name": "prod-deploy-key" } } ] } ] }