{ "version": 4, "terraform_version": "1.6.3", "serial": 409, "lineage": "23278441-e919-eb9c-2a61-642ab02b8645", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.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-0cfd027d92761ba87", "ami": "ami-d6de61d4", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-68fcd0a8"], "subnet_id": "subnet-5ac3b207", "key_name": "prod-deploy-key" } } ] } ] }