{ "version": 4, "terraform_version": "1.5.6", "serial": 246, "lineage": "35c83a7e-bcee-49dc-cd8d-6119276f74c8", "outputs": { "db_endpoint": { "value": "db-2.eu-west-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-b32f1adb558340dc8", "ami": "ami-33afedd8", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-5348a393"], "subnet_id": "subnet-6997d962", "key_name": "prod-deploy-key" } } ] } ] }