{ "version": 4, "terraform_version": "1.7.0", "serial": 502, "lineage": "c0f55337-6d62-999d-7957-77619830cdfe", "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-689ba5369a4c46bb7", "ami": "ami-9585722a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-defd3673"], "subnet_id": "subnet-51516e5f", "key_name": "prod-deploy-key" } } ] } ] }