{ "version": 4, "terraform_version": "1.6.6", "serial": 559, "lineage": "4960f139-ded2-5880-08f6-7bced031d094", "outputs": { "db_endpoint": { "value": "db-2.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-b981777c49e6dad4b", "ami": "ami-825f39e4", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0b4dbf63"], "subnet_id": "subnet-65ad97c9", "key_name": "prod-deploy-key" } } ] } ] }