{ "version": 4, "terraform_version": "1.7.6", "serial": 216, "lineage": "8f55f7ef-68be-5cc7-be49-d2215a820c63", "outputs": { "db_endpoint": { "value": "db-4.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-81f2c19fb5bf1b5e8", "ami": "ami-57903c7f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d9ea6c23"], "subnet_id": "subnet-84d5d244", "key_name": "prod-deploy-key" } } ] } ] }