{ "version": 4, "terraform_version": "1.6.4", "serial": 139, "lineage": "545dc8fb-47bb-dc06-808d-42026256632c", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-6c51a53110da3533f", "ami": "ami-b846e1d6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-be6c448a"], "subnet_id": "subnet-c4b78c92", "key_name": "prod-deploy-key" } } ] } ] }