{ "version": 4, "terraform_version": "1.6.7", "serial": 393, "lineage": "66e59517-99a8-1dab-92c9-787063afc105", "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-c0900b7c39bc33ca4", "ami": "ami-f2f7b7ff", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-74f7ceb9"], "subnet_id": "subnet-50b50cb1", "key_name": "prod-deploy-key" } } ] } ] }