{ "version": 4, "terraform_version": "1.8.3", "serial": 185, "lineage": "74ef4a24-0eb7-61fc-9bea-ed66ed37a84a", "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-fa330f0a089b24ff1", "ami": "ami-3da27d2b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6febc0e4"], "subnet_id": "subnet-4110ab7d", "key_name": "prod-deploy-key" } } ] } ] }