{ "version": 4, "terraform_version": "1.6.7", "serial": 199, "lineage": "cc00a4af-23fc-174f-9fb9-910175485ef4", "outputs": { "db_endpoint": { "value": "db-1.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-05e169381fe06191b", "ami": "ami-405f67e4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ff493a44"], "subnet_id": "subnet-b295a96c", "key_name": "prod-deploy-key" } } ] } ] }