{ "version": 4, "terraform_version": "1.5.8", "serial": 108, "lineage": "d01368c6-d33a-4e4d-7dee-217534084d67", "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-7d6c30b7ffc1389b0", "ami": "ami-5cf094b6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b9ece861"], "subnet_id": "subnet-940003d3", "key_name": "prod-deploy-key" } } ] } ] }