{ "version": 4, "terraform_version": "1.6.9", "serial": 386, "lineage": "bfae07d5-6823-388c-5812-36f9af77a25d", "outputs": { "db_endpoint": { "value": "db-0.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-884d921dc9db635dc", "ami": "ami-bbb7c784", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-fa34c819"], "subnet_id": "subnet-65e0cdf4", "key_name": "prod-deploy-key" } } ] } ] }