{ "version": 4, "terraform_version": "1.7.6", "serial": 209, "lineage": "ada102eb-70dd-de57-d257-abff56cd9b20", "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-d3b410d7d044aac2c", "ami": "ami-0f267816", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1d3c2dba"], "subnet_id": "subnet-cc6611e3", "key_name": "prod-deploy-key" } } ] } ] }