{ "version": 4, "terraform_version": "1.5.6", "serial": 569, "lineage": "7b6dbeae-b358-a1d7-ef31-79f547098dc1", "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-63aa4409fb68dc2cc", "ami": "ami-9d89f5ff", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5004b622"], "subnet_id": "subnet-b38e5e73", "key_name": "prod-deploy-key" } } ] } ] }