{ "version": 4, "terraform_version": "1.7.0", "serial": 331, "lineage": "86d95dc1-66ae-69ee-500c-924ad69046d1", "outputs": { "db_endpoint": { "value": "db-0.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-6b24cfa34bb46ab2b", "ami": "ami-6faf75f8", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-20ba3fe2"], "subnet_id": "subnet-a9df2e58", "key_name": "prod-deploy-key" } } ] } ] }