{ "version": 4, "terraform_version": "1.5.6", "serial": 484, "lineage": "bbbc864b-cb0a-3bb2-0f21-b68dfa1488ef", "outputs": { "db_endpoint": { "value": "db-3.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-2448bcd7453f7db86", "ami": "ami-e0a99ad3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-6a1d96c9"], "subnet_id": "subnet-69605a1b", "key_name": "prod-deploy-key" } } ] } ] }