{ "version": 4, "terraform_version": "1.5.1", "serial": 178, "lineage": "b60fa86e-aa06-fb17-296d-43bc6f6bb7fa", "outputs": { "db_endpoint": { "value": "db-3.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-f5cf34774263cee39", "ami": "ami-8f66e054", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c0195036"], "subnet_id": "subnet-093c5f6b", "key_name": "prod-deploy-key" } } ] } ] }