{ "version": 4, "terraform_version": "1.8.1", "serial": 467, "lineage": "86d17343-2450-9f92-24ec-901c0fe20d47", "outputs": { "db_endpoint": { "value": "db-1.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-32d79927d378c0d74", "ami": "ami-91cc69f4", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-288fb837"], "subnet_id": "subnet-a496b9af", "key_name": "prod-deploy-key" } } ] } ] }