{ "version": 4, "terraform_version": "1.5.1", "serial": 386, "lineage": "3864e4e9-cee5-7fa8-b470-dd4e40c9fb89", "outputs": { "db_endpoint": { "value": "db-4.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-df81bb3377316b419", "ami": "ami-9fc069d8", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-05548c72"], "subnet_id": "subnet-00dd33c7", "key_name": "prod-deploy-key" } } ] } ] }