{ "version": 4, "terraform_version": "1.6.2", "serial": 217, "lineage": "8326b8d8-c368-7e8e-ca0e-88885b6067a3", "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-96fe664ab098e9e62", "ami": "ami-25c5377b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4da70268"], "subnet_id": "subnet-3d066d20", "key_name": "prod-deploy-key" } } ] } ] }