{ "version": 4, "terraform_version": "1.5.2", "serial": 519, "lineage": "cd668137-e0f5-3f94-9f71-2162c2f7859d", "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-1a05f664770f629fd", "ami": "ami-d5bb6688", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-40fb6796"], "subnet_id": "subnet-134308cf", "key_name": "prod-deploy-key" } } ] } ] }