{ "version": 4, "terraform_version": "1.6.6", "serial": 159, "lineage": "b7ee2a73-f415-d83a-559a-a1f0ba0f40ac", "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-28a7377b9bff46343", "ami": "ami-81a8774f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d64c46e9"], "subnet_id": "subnet-885aa288", "key_name": "prod-deploy-key" } } ] } ] }