{ "version": 4, "terraform_version": "1.5.6", "serial": 439, "lineage": "b85b6b56-0eab-0bc6-9e14-a7cb8686c5ec", "outputs": { "db_endpoint": { "value": "db-3.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-b696f2bf1241905a8", "ami": "ami-c8712de0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d8220c6d"], "subnet_id": "subnet-0cc3d998", "key_name": "prod-deploy-key" } } ] } ] }